home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / Itch / itch_Browser.dcr / Internal_66.ls < prev    next >
Encoding:
Text File  |  1999-03-08  |  156 b   |  10 lines

  1. global userMode
  2.  
  3. on exitFrame
  4.   go(the frame)
  5.   if field("invisablepassword") contains "itch" then
  6.     userMode = #admin
  7.     go(the frame + 1)
  8.   end if
  9. end
  10.